TDT4205/exercises/01/ps1_oyvindps/Makefile

5 lines
54 B
Makefile
Raw Normal View History

2022-02-13 17:39:12 +01:00
CFLAGS+= -g
scanner: scanner.c
clean:
-rm -f scanner