DD2-monitor/core/Makefile

14 lines
174 B
Makefile

#
#
#
lut1024f.o: lut1024f.c lut1024.h
gcc -Wall -c $<
t: t.c lut1024f.o lut1024.h
gcc -Wall $< lut1024f.o -o $@
foo.lut1024f: mklut.pl Makefile
./mklut.pl quux > $@