diff --git a/Makefile b/Makefile index 5ab9433..ce2a9f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: flex compiler/hell.l - gcc compiler/lex.yy.c -lfl + gcc lex.yy.c -lfl clean: - rm compiler/lex.yy.c compiler/a.out + rm lex.yy.c a.out