1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

death the parser

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-09 09:02:15 +02:00
parent 90579e33da
commit ee44312e5c
12 changed files with 41 additions and 25 deletions

View file

@ -1,8 +1,10 @@
# Why do we have a Makefile in the include directory?
prefix = /usr
includedir = ${prefix}/include
INSTALL = install
HEADERS = packet.h parser.h render.h syntax.h text.h
HEADERS = packet.h parse.h render.h syntax.h text.h
install: ${HEADERS}