← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4a6865..08ed642 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,7 @@
main: main.c
cc main.c -Wall -lSDL2 -lSDL2_ttf -lm -o doom
+
+map maker: maker.c
+ cc maker.c -Wall -lSDL2 -lSDL2_ttf -o maker
# end