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:
12
util/gamate/Makefile
Normal file
12
util/gamate/Makefile
Normal 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:
|
||||
Reference in New Issue
Block a user