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

pkg/Makefile.http: complete Makefile-example

This commit is contained in:
Leon George 2014-10-01 21:51:46 +02:00
parent 317121d34e
commit 533e23fab0

View File

@ -3,6 +3,10 @@ PKG_URL = http://example.com/downloads # source url of the package e.g. a gi
PKG_VERSION = v1.2.3 # version of the package to use e.g. a git commit/ref
PKG_EXT = zip # extension of this package
ifneq ($(RIOTBASE),)
include $(RIOTBASE)/Makefile.base
endif
.PHONY: all clean patch distclean
all: patch