summaryrefslogtreecommitdiff
path: root/Makefile
blob: 21c830f3c48b791e7d4adf71169c7940299f30f0 (plain)
    1 out = terminus
    2 
    3 all:
    4 	cc src/main.c -o $(out)
    5 
    6 debug:
    7 	make all dbg="-g"

Generated by cgit