3/10
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,9 +1,11 @@
|
||||
all:
|
||||
flex compiler/hell.l
|
||||
gcc lex.yy.c -lfl -o hellp
|
||||
gcc lex.yy.c -lfl -o compiler/hellp
|
||||
install:
|
||||
install hellp /usr/bin
|
||||
install compiler/hellp /usr/bin
|
||||
install compiler/hellc /usr/bin
|
||||
clean:
|
||||
rm lex.yy.c hellp
|
||||
rm /compiler/lex.yy.c /compiler/hellp
|
||||
uninstall:
|
||||
rm /usr/bin/hellp
|
||||
rm /usr/bin/hellc
|
||||
|
||||
Reference in New Issue
Block a user