diff options
| author | Edvin Jakobsson <[email protected]> | 2023-07-01 16:18:27 +0200 |
|---|---|---|
| committer | Edvin Jakobsson <[email protected]> | 2023-07-01 16:18:27 +0200 |
| commit | 29727894d3eded998a6a1a5140dd9b5329cdfccf (patch) | |
| tree | 13081f5f324fe39ad17bc9960699614dae3f08b3 /Makefile | |
| parent | 86c95b40269fd90946525daa1cb99e44670a1ca3 (diff) | |
Added map maker - It's very bare bones
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 |
