adding killrgb experiments

This commit is contained in:
tth
2021-10-10 09:46:27 +02:00
parent 23908cb746
commit 9124ab6434
5 changed files with 36 additions and 6 deletions

View File

@@ -37,6 +37,9 @@ tests.o: tests.c tests.h $(DEPS)
# ###
killrgb.o: killrgb.c $(DEPS)
gcc $(COPT) -c $<
recurse.o: recurse.c $(DEPS)
gcc $(COPT) -c $<