magic/garouter/Makefile

12 lines
284 B
Makefile
Raw Normal View History

#
# rcsid $Header: /usr/cvsroot/magic-8.0/garouter/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
#
MODULE = garouter
MAGICDIR = ..
SRCS = gaChannel.c gaMain.c gaMaze.c gaSimple.c gaStem.c \
2024-10-16 11:28:42 +02:00
gaTest.c
include ${MAGICDIR}/defs.mak
include ${MAGICDIR}/rules.mak