summarylogtreecommitdiffstats
path: root/make.patch
diff options
context:
space:
mode:
authorPhoton892015-06-29 09:12:14 +0200
committerPhoton892015-06-29 09:12:14 +0200
commit96b99c9a974fd793f930d06ee3f8d9973857b910 (patch)
tree897f2646a99ae2d9d2e8f9dc5416400c0309572c /make.patch
downloadaur-96b99c9a974fd793f930d06ee3f8d9973857b910.tar.gz
Initial import
Diffstat (limited to 'make.patch')
-rw-r--r--make.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/make.patch b/make.patch
new file mode 100644
index 000000000000..aa6736ee747b
--- /dev/null
+++ b/make.patch
@@ -0,0 +1,16 @@
+--- Makefile 2012-01-19 20:33:02.000000000 +0100
++++ Makefile_new 2012-01-31 23:03:49.022922219 +0100
+@@ -14,13 +14,11 @@
+ all: compile build
+
+ clean:
+- clear
+ rm -R $(SRC)/*.o $(SRC)/algebra/*.o $(SRC)/geometry/*.o $(SRC)/graphics/*.o $(SRC)/io/*.o $(BIN)/*
+
+ include $(OS).mk
+
+ compile:
+- clear
+ @echo "Compile $(TARGET) version $(VERSION) ($(STATUS)) for $(OS) platform"
+ @echo "(If you want to change it, modify make/platform file)"
+ @echo ""