Cuckoo/Makefile

7 lines
133 B
Makefile

.PHONY: xcodeproj
xcodeproj:
cd Generator && swift package generate-xcodeproj --output ./CuckooGenerator.xcodeproj
dev: xcodeproj