j'adore quand un plan se deroule sans accroc

This commit is contained in:
2019-06-30 01:18:39 +02:00
parent c7d7c8b2dd
commit 1008a778c9
3 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ addtga2fimg: addtga2fimg.c $(DEPS)
gcc -g $< ../libfloatimg.a -limageSO -lm -o $@
addpnm2fimg: addpnm2fimg.c $(DEPS)
gcc -g $< ../libfloatimg.a -limageSO -lm -o $@
gcc -g $< ../libfloatimg.a -lm -o $@
# if "undefined reference to crc32" then "use -lz"