updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / geomspace / make.patch
blobaececc1329b729957e56cce2260c1dc5ad09df5c
1 --- Makefile 2011-04-17 12:32:23.601644108 +0200
2 +++ Makefile_new 2011-04-17 12:37:54.535118929 +0200
3 @@ -13,10 +13,8 @@
4 ################################
5 all: compile build
6 clean:
7 - clear
8 rm $(SRC)/*.o $(SRC)/algebra/*.o $(SRC)/geometry/*.o $(SRC)/graphics/*.o $(SRC)/io/*.o $(BIN)/*
9 compile:
10 - clear
11 @echo "Compile $(TARGET) for $(OS) platform"
12 @echo "(If you want to change it, modify make/platform file)"
13 @echo ""
14 @@ -28,7 +26,6 @@
15 @echo ""
16 @echo "Success"
17 build:
18 - clear
19 @echo "Build $(TARGET) for $(OS) platform"
20 @echo "(If you want to change it, modify make/platform file)"
21 @echo ""