You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
383 B

--- a/Makefile
+++ b/Makefile
@@ -1,19 +1 @@
-.SUFFIXES: .a .o .c
-CC = gcc
-CFLAGS = -Wall -funsigned-char -c -fPIC -ggdb
-
-BINS = dcetest
-ALL = $(BINS)
-
-DCE_OBJS = dcetest.o tcpstuff.o
-
-dcetest: $(DCE_OBJS)
- $(CC) -o dcetest $(DCE_OBJS)
-
-clean:
- rm -f *~ *.bak
- rm -f include/*~ include/*.bak
- rm -f *.o
- rm -f dcetest
-
-
+dcetest: tcpstuff.o