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

doc: improve APPDEPS example

Addresses https://github.com/RIOT-OS/RIOT/pull/1339#discussion_r14050325
This commit is contained in:
Ludwig Ortmann 2014-06-21 18:19:42 +02:00
parent de4677eb60
commit 4b98570a34

2
dist/Makefile vendored
View File

@ -49,7 +49,7 @@ export QUIET ?= 1
#export INCLUDES += -Iapplication_include
# Specify custom dependencies for your application here ...
# export APPDEPS = app_data.h
# export APPDEPS = app_data.h config.h
include $(RIOTBASE)/Makefile.include