6 lines
146 B
Makefile
6 lines
146 B
Makefile
|
# challenges/
|
||
|
|
||
|
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/challenges
|
||
|
|
||
|
nobase_dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.challenge")
|