]> Pileus Git - ~andy/ct/blob - example/makefile
Add timestamp checking
[~andy/ct] / example / makefile
1 # Settings
2 CT      = ../ct
3 PROG    = main
4 SOURCES = main.c html.c
5
6 default: main
7         ./main
8
9 include ../common.mk