mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
|
CONTENT = index.html
|
||
|
CONTENT += example.pem lighttpd.conf
|
||
|
CONTENT += dynamic.config
|
||
|
|
||
|
content: $(CONTENT)
|
||
|
|
||
|
$(CONTENT):
|
||
|
cp $(REP_DIR)/recipes/raw/test-wg_reconnect/$@ $@
|