blob: 0a17100f056c8ea85feb6466591c5dfcba786ebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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 $(BIN)/*
prepare:
- clear
@echo "Compile $(APPNAME) version $(VERSION) ($(STATUS)) for $(OS) platform"
@echo "(If you want to change it, modify make/platform file)"
@echo ""
|