all target

This commit is contained in:
Tony Garnock-Jones 2015-06-30 19:23:34 -04:00
parent 80576ad873
commit 316edeb8e2
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
all: t
t: *.c
gcc -Wall -Os -o $@ -g *.c