makedepend and make clean
This commit is contained in:
parent
02eb1c6cde
commit
2926da45ac
12
src/Makefile
12
src/Makefile
@ -1,3 +1,15 @@
|
||||
CFLAGS=-g -std=gnu99 -Wall -pedantic
|
||||
|
||||
all: server
|
||||
|
||||
server: server.o net.o asciiart.o game.o
|
||||
|
||||
clean:
|
||||
-rm -f *.o
|
||||
|
||||
# DO NOT DELETE
|
||||
|
||||
asciiart.o: game.h asciiart.h
|
||||
game.o: net.h game.h
|
||||
net.o: net.h
|
||||
server.o: net.h game.h asciiart.h
|
||||
|
Reference in New Issue
Block a user