created noTarget make rule

this will be run when no target is set
This commit is contained in:
Václav Šmejkal 2022-06-28 17:45:39 +02:00
parent 7cb46db306
commit f617d10343
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -26,6 +26,9 @@ DOLLAR=$
##########
noTarget: # Do not use this, please <3
@echo Hey you... You have to enter your target, too. Use \'install\' target for installing $(PROJECT_NAME)-core.
installHeader:
for file in $(INCLUDE); do install -m 755 -D $(DOLLAR)file -t $(INSTALL_INCLUDE)/$(PROJECT_NAME); done
install -m 755 $(INCLUDE_DIR)/$(PROJECT_NAME).h $(INSTALL_INCLUDE)/$(PROJECT_NAME).h