blob: a8602d07a03eaaa733504c2779c8bd605797456c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gOpenMol-3.00.orig/src/plugins/Makefile 2005-12-02 19:38:08.000000000 -0800
+++ gOpenMol-3.00/src/plugins/Makefile 2005-12-02 19:37:29.000000000 -0800
@@ -8,6 +8,8 @@
# Coded by: Eero Häkkinen
##############################################################################
+include config.mk
+
build-all: build FORCE ;
all install install-local uninstall: FORCE
|