1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

samples: install to subdirectory

This commit is contained in:
Pascal de Bruijn
2017-07-22 16:33:42 +02:00
parent d90f032114
commit 64581b65b0
+1 -1
View File
@@ -237,7 +237,7 @@ samples.atr: samples
# Installation rules
INSTALL = install
samplesdir = $(prefix)/share/cc65
samplesdir = $(prefix)/share/cc65/samples
install:
$(if $(prefix),,$(error variable `prefix' must be set))