rotate90 integrated in fimgfx

This commit is contained in:
tonton Th
2020-03-26 09:12:25 +01:00
parent a600cbbf70
commit 14256b1476
5 changed files with 62 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ geometry.o: geometry.c $(DEPS)
gcc $(COPT) -c $<
rotate.o: rotate.c $(DEPS)
gcc $(COPT) -DDEBUG_LEVEL=1 -c $<
gcc $(COPT) -c $<
sfx0.o: sfx0.c $(DEPS)
gcc $(COPT) -c $<