10 lines
164 B
Makefile
10 lines
164 B
Makefile
|
# -*- makefile -*-
|
||
|
|
||
|
TOP=../..
|
||
|
TARGET=hunspell
|
||
|
INCS=-I$(TOP)/goldlib/hunspell -I$(TOP)/goldlib/gall
|
||
|
CFLAGS=
|
||
|
|
||
|
include $(TOP)/GNUmakef.inc
|
||
|
include $(TOP)/GNUmakef.lib
|