1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/d/include/psyc/Makefile
psyc://psyced.org/~lynX 2e39b26207 more death to the parser
2011-05-09 09:06:52 +02:00

14 lines
226 B
Makefile

prefix = /usr
includedir = ${prefix}/include/d
INSTALL = install
HEADERS = common.d parse.d
install: ${HEADERS}
installdir:
${INSTALL} -d ${includedir}/psyc
${HEADERS}: installdir
${INSTALL} -m 644 $@ ${includedir}/psyc