1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/Makefile.unsupported

7 lines
102 B
Makefile

.PHONY: all clean
all:
$(error Project $(PROJECT) currently not supported for $(BOARD))
clean: all