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