mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
11 lines
161 B
Makefile
11 lines
161 B
Makefile
#
|
|
# rcsid $Header$
|
|
#
|
|
|
|
MODULE = wiring
|
|
MAGICDIR = ..
|
|
SRCS = wireOps.c wireTech.c wireUndo.c
|
|
|
|
include ${MAGICDIR}/defs.mak
|
|
include ${MAGICDIR}/rules.mak
|