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