← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEdvin Jakobsson <[email protected]>2023-07-01 16:18:27 +0200
committerEdvin Jakobsson <[email protected]>2023-07-01 16:18:27 +0200
commit29727894d3eded998a6a1a5140dd9b5329cdfccf (patch)
tree13081f5f324fe39ad17bc9960699614dae3f08b3 /Makefile
parent86c95b40269fd90946525daa1cb99e44670a1ca3 (diff)
Added map maker - It's very bare bones
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