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

Generated by cgit