Skip to content

Commit

Permalink
restructed folders structure, made a separate examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
VedantParanjape committed Jun 30, 2020
1 parent 5d25b90 commit 6b6a593
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ compile: bison flex

cross-arm: bison flex
arm-linux-gnueabihf-gcc lex.yy.c parser.tab.c symbol_table.c ast.c semantic.c code_printer.c vec/vec.c -o compile
pru-gcc ../generated_code/temp.c -o out.pru -mmcu=am335x.pru0

bison: parser.y
bison -d parser.y
Expand All @@ -12,6 +11,6 @@ flex: lexer.l parser.tab.c parser.tab.h
flex lexer.l

clean:
rm lex.yy.c compile parser.tab.h parser.tab.c out.pru
rm lex.yy.c compile parser.tab.h parser.tab.c

arm: bison flex

0 comments on commit 6b6a593

Please sign in to comment.