diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
