works nicely from the floppy
[bootsplash] / lutgen / Makefile
diff --git a/lutgen/Makefile b/lutgen/Makefile
new file mode 100644 (file)
index 0000000..56c882c
--- /dev/null
@@ -0,0 +1,8 @@
+LDFLAGS = -lm
+
+lutgen: lutgen.o
+       $(CC) -o $@ $< $(LDFLAGS)
+
+clean:
+       $(RM) lutgen
+       $(RM) lutgen.o