mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +01:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
.PHONY: all clean
|
|
|
|
all:
|
|
$(error Project $(PROJECT) currently not supported for $(BOARD))
|
|
|
|
clean: all
|