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, 9 insertions, 0 deletions
diff --git a/src/net_sdl/Makefile b/src/net_sdl/Makefile
new file mode 100644
index 0000000..f0ffb5b
--- /dev/null
+++ b/src/net_sdl/Makefile
@@ -0,0 +1,9 @@
+
+
+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