i think the compiler is working

This commit is contained in:
2024-07-11 23:46:00 -04:00
parent 670871345e
commit 0d666fb853
2 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
all:
flex compiler/hell.l
gcc lex.yy.c -lfl
gcc lex.yy.c -lfl -o hellp
install:
install hellp /usr/bin
clean:
rm lex.yy.c a.out
rm lex.yy.c hellp
uninstall:
rm /usr/bin/hellp