also compile the programs in the util directory by default, not only

do we want to test they can be compiled, but also samples may use/require
them. we might want to install them too, perhaps
This commit is contained in:
mrdudz
2022-02-05 17:28:11 +01:00
parent 98bc021c5a
commit afe9d6a2eb
5 changed files with 66 additions and 1 deletions

12
util/gamate/Makefile Normal file
View File

@@ -0,0 +1,12 @@
.PHONY: mostlyclean clean
gamate: gamate-fixcart
gamate-fixcart: gamate-fixcart.c
$(CC) $(CFLAGS) -o gamate-fixcart gamate-fixcart.c
mostlyclean clean:
$(RM) gamate-fixcart
install zip: