← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: c4a6865299dda1a72796f0dcaaf5f65b617f5dac (plain)
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