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

Generated by cgit