-
- Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy pathMakefile
More file actions
9 lines (7 loc) · 344 Bytes
/
Makefile
File metadata and controls
9 lines (7 loc) · 344 Bytes
1
2
3
4
5
6
7
8
9
#####################################################################
#### Please don't change this file. Use component.mk instead ####
#####################################################################
ifndef SMING_HOME
$(error SMING_HOME is not set: please configure it as an environment variable)
endif
include $(SMING_HOME)/project.mk