TDT4205/exercises/01/ps1_oyvindps/Makefile

5 lines
54 B
Makefile

CFLAGS+= -g
scanner: scanner.c
clean:
-rm -f scanner