9 lines
148 B
Makefile
9 lines
148 B
Makefile
# -*- makefile -*-
|
|
|
|
TOP=../..
|
|
TARGET=gcfg
|
|
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/goldlib/gcfg
|
|
|
|
include $(TOP)/GNUmakef.inc
|
|
include $(TOP)/GNUmakef.lib
|