87b7f48453
Checking in a fix for Norman Vine Added helprules and help.sh for a long-winded help message if you 'make help'.
10 lines
191 B
Makefile
10 lines
191 B
Makefile
TOPDIR = .
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
DIRS = src
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|
|
include $(TOPDIR)/Make/instrules
|
|
include $(TOPDIR)/Make/distrules
|
|
include $(TOPDIR)/Make/helprules
|