init commit
This commit is contained in:
6
learncthehardway/exc1/Makefile
Normal file
6
learncthehardway/exc1/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
clean:
|
||||
rm -f ex1
|
||||
all:
|
||||
ex1
|
Reference in New Issue
Block a user