summaryrefslogtreecommitdiff
path: root/Makefile
blob: bb9410ef0f4da68738c79e6c01bde5fba879e27a (plain)
    1 out = terminus
    2 CCOPTS = --std=gnu99 -Wall -O2
    3 
    4 all:
    5 	cc $(DBG) $(CCOPTS) src/main.c -o $(out)
    6 
    7 debug:
    8 	make all DBG="-g"

Generated by cgit