summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3c85d729fb318d1241e0d14c5257b7053806ce35 (plain)
1
2
3
4
5
6
7
8
.c.o:
        cc -std=c99 -c -g -Wall -pedantic -o $@ $<

remap-log: remap-log.o
	cc -g -o $@ $^

clean:
	-rm -f *.o remap-log