First workable release

This commit is contained in:
2015-05-31 17:27:15 +03:00
parent c24f6d6469
commit 142f57ac4b
7 changed files with 47 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
.PHONY: clean All
All:
@echo "----------Building project:[ wxCrossGen - Debug ]----------"
@echo "----------Building project:[ wxCrossGen - Release ]----------"
@cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk"
clean:
@echo "----------Cleaning project:[ wxCrossGen - Debug ]----------"
@echo "----------Cleaning project:[ wxCrossGen - Release ]----------"
@cd "wxCrossGen" && $(MAKE) -f "wxCrossGen.mk" clean