aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
blob: 5f938f379abbf6a4e2fa8d011aeb225568ebcf2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


bin/c_lexer :
    echo "No current build commands for C lexer."
    exit 1
    
bin/c_parser :
    echo "No current build commands for C parser."
    exit 1

bin/c_compiler :
    echo "No current build commands for C compile."
    exit 1