diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..60504756 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: + +default: all + +clean: + find -iname "moc*" | xargs rm + find -iname "rcc*" | xargs rm