mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
[sw] cleanup folder makefile
This commit is contained in:
parent
17518fc590
commit
af20b4a301
1 changed files with 0 additions and 7 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue