first lut function

This commit is contained in:
2019-01-14 03:20:54 +01:00
parent 9becddcdac
commit ae4c5334d0
6 changed files with 155 additions and 2 deletions

13
core/Makefile Normal file
View File

@@ -0,0 +1,13 @@
#
#
#
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 > $@