You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415161718192021 |
- #
- #
- #
-
- OBJS = lut1024f.o parseconf.o
-
- lut1024f.o: lut1024f.c lut1024.h
- gcc -Wall -c $<
-
-
- parseconf.o: parseconf.c config.h
- gcc -Wall -c $<
-
-
-
- t: t.c ${OBJS} lut1024.h config.h
- gcc -Wall $< ${OBJS} -o $@
-
- foo.lut1024f: mklut.pl Makefile
- ./mklut.pl quux > $@
|