summarylogtreecommitdiffstats
path: root/make.patch
diff options
context:
space:
mode:
authorPhoton892016-07-12 10:11:46 +0200
committerPhoton892016-07-12 10:11:46 +0200
commit2de11e04a531b9b1db55778f1ab23bebb46adccb (patch)
treeca3733d0f9ef7c59ef5ebf79c581e75c4e2833a6 /make.patch
parent5a9b283897dbc4bb4626cac5f39fa27807557efa (diff)
downloadaur-2de11e04a531b9b1db55778f1ab23bebb46adccb.tar.gz
Update to 0.14
Diffstat (limited to 'make.patch')
-rw-r--r--make.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/make.patch b/make.patch
index aa6736ee747b..0a17100f056c 100644
--- a/make.patch
+++ b/make.patch
@@ -1,16 +1,14 @@
---- 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
+--- src/GeomSpace/make/Makefile 2016-06-11 17:25:08.000000000 +0200
++++ /home/photon/Desktop/Makefile_new 2016-07-11 12:28:47.876278173 +0200
+@@ -15,11 +15,9 @@
+ include $(OS).mk
clean:
- clear
- rm -R $(SRC)/*.o $(SRC)/algebra/*.o $(SRC)/geometry/*.o $(SRC)/graphics/*.o $(SRC)/io/*.o $(BIN)/*
-
- include $(OS).mk
+ rm -R $(SRC)/*.o $(BIN)/*
- compile:
+ prepare:
- clear
- @echo "Compile $(TARGET) version $(VERSION) ($(STATUS)) for $(OS) platform"
+ @echo "Compile $(APPNAME) version $(VERSION) ($(STATUS)) for $(OS) platform"
@echo "(If you want to change it, modify make/platform file)"
@echo ""