summaryrefslogtreecommitdiff
path: root/src/net_unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_unix/Makefile')
-rw-r--r--src/net_unix/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/net_unix/Makefile b/src/net_unix/Makefile
deleted file mode 100644
index d13af8e..0000000
--- a/src/net_unix/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-all: udp.o dns.o
-
-dns.o: dns.c dns.h
- $(CC) $(CFLAGS) -o dns.o -c dns.c
-
-udp.o: udp.c udp.h
- $(CC) $(CFLAGS) -o udp.o -c udp.c
-
-clean:
- rm -rf *.o