summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile15
2 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 20102e9..70e8c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,6 @@ po/remove-potcdate.*
po/*.po~
# files created by configure
-Makefile
/config.h
config.log
config.status
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6b50fd9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+.PHONY: validate default old gprof
+.DEFAULT: default
+.DEFAULT_GOAL = default
+
+validate:
+ cd ../tools/pluginvalidator && ./validate.py
+
+default:
+ ./build.sh
+
+old:
+ ./build.sh old
+
+gprof:
+ ./build.sh gprof