mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
death the parser
This commit is contained in:
parent
90579e33da
commit
ee44312e5c
12 changed files with 41 additions and 25 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue