- created new makefiles

This commit is contained in:
Jan Hutter
2005-11-23 12:52:43 +00:00
parent 2ac9fd69fb
commit 543c1db0ea
9 changed files with 250 additions and 10 deletions
-3
View File
@@ -15,9 +15,6 @@
NETWORK_DIR= $(MAIN_DIR)network/
OBJS+= $(BUILD_DIR)packet.o
$(BUILD_DIR)packet.o : $(NETWORK_DIR)packet.c $(NETWORK_DIR)packet.h
$(CC) $(CFLAGS) -c -o $@ $<