Initialize INSTALL as suggested by Lukas Fleischer

This commit is contained in:
Wolfgang Hommel
2012-02-05 00:05:46 +01:00
parent dac5d28af2
commit b067cdce2b

View File

@@ -1,3 +1,5 @@
INSTALL = install
all:
$(MAKE) -C src all
$(MAKE) -C test all