BUILD: update top-level Makefile

This commit is contained in:
hasufell 2014-04-15 14:13:03 +02:00
parent 255bc5b769
commit bbe2d89a5b
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
all:
$(MAKE) -C src
main:
$(MAKE) -C src main
clean:
$(MAKE) -C src clean