1 2 3 4 5 6 7 8 9
## # Doom # # @main.c # @version 0.1 main: main.c cc main.c -Wall -lSDL2 -lSDL2_ttf -lm -o doom # end