From 25c1f6e60524e04f412e95d1dd633aa37169c489 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 14 Oct 2015 22:46:41 +0200 Subject: Added "prep" command --- techlibs/common/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'techlibs/common/Makefile.inc') diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index 5c50dea0..236d6c55 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -1,6 +1,7 @@ ifneq ($(SMALL),1) OBJS += techlibs/common/synth.o +OBJS += techlibs/common/prep.o endif GENFILES += techlibs/common/simlib_help.inc -- cgit v1.2.1