you defined .PHONY twice; good catch with CPPFLAGS tho, i forgot PP did not stand for ++

This commit is contained in:
anon 2024-07-03 11:44:42 +02:00
parent e9968789e5
commit 1e8489879e

View File

@ -54,5 +54,3 @@ test: ${OUT}
clean:
-rm ${OUT} ${OBJECT} ${GENOBJECT} ${GENSOURCE}
.PHONY: test clean