diff Makefile @ 0:422835bc1aca

*: checkin
author Paper <paper@tflc.us>
date Mon, 09 Feb 2026 01:15:00 -0500
parents
children 6483683ac857
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Mon Feb 09 01:15:00 2026 -0500
@@ -0,0 +1,5 @@
+crc32: crc32.o crc32-table.o crc32-test.o crc32c.o crc32qw.o crc32x86.o
+	$(CC) -o $@ $^
+
+clean:
+	$(RM) crc32 *.o