Merge branch 'makefile' of dan/ui into master

This commit is contained in:
erinn 2019-04-09 13:13:18 -07:00 committed by Gogs
commit 37f5cbc9b4
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
default: all
clean:
find -iname "moc*" | xargs rm
find -iname "rcc*" | xargs rm