[sw] cleanup folder makefile

This commit is contained in:
stnolting 2024-10-20 20:29:07 +02:00
parent 17518fc590
commit af20b4a301

View file

@ -1,6 +1,3 @@
#-------------------------------------------------------------------------------
# Make defaults and targets
#-------------------------------------------------------------------------------
.SUFFIXES:
.DEFAULT_GOAL := help
@ -20,10 +17,6 @@ $(SUBDIRS):
.PHONY: $(TOPTARGETS) $(SUBDIRS)
#-------------------------------------------------------------------------------
# Help
#-------------------------------------------------------------------------------
help:
@echo "Build / clean up all projects"
@echo "Targets:"