1
Fork 0
This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
UOC_PP20211_PR/Makefile

9 lines
231 B
Makefile
Raw Normal View History

2021-10-19 20:04:13 +02:00
.PHONY: clean All
All:
2021-10-24 17:12:56 +02:00
@echo "----------Building project:[ UOC20211 - Debug ]----------"
2021-10-19 20:04:13 +02:00
@"$(MAKE)" -f "UOC20211.mk"
clean:
2021-10-24 17:12:56 +02:00
@echo "----------Cleaning project:[ UOC20211 - Debug ]----------"
2021-10-19 20:04:13 +02:00
@"$(MAKE)" -f "UOC20211.mk" clean