From 29727894d3eded998a6a1a5140dd9b5329cdfccf Mon Sep 17 00:00:00 2001 From: Edvin Jakobsson Date: Sat, 1 Jul 2023 16:18:27 +0200 Subject: Added map maker - It's very bare bones --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3