@@ -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
The note is not visible to the blocked user.