diff options
author | Teddy <[email protected]> | 2014-04-16 18:51:07 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-16 18:51:07 +0800 |
commit | 950dd4b0688dee3f7a90105a1225c8ba41123282 (patch) | |
tree | c39d3023f9ed311b5e59a9b4879d8bc24d0fa243 /Makefile | |
parent | 27205d8a475e3a8ddafacd4426635187735a35f5 (diff) |
pointer offest calculate
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ db: cibic: lex.yy.o cibic.tab.o ast.o main.o semantics.o mkdir -p bin gcc -o bin/cibic lex.yy.o cibic.tab.o ast.o main.o semantics.o + cp bin/cibic cibic lex.yy.o: lex.yy.c cibic.tab.c gcc -c lex.yy.c cibic.tab.o: cibic.tab.c |