New build system for objects. Support profiling and -jN.
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
PKG = altdata
|
||||
UPKG = AltData
|
||||
|
||||
ALL_SRCS=$(wildcard $(patsubst ./%, %, $(patsubst %, %/*.hs, . $(UPKG))))
|
||||
|
||||
TOP=../..
|
||||
include ../build.mk
|
||||
|
||||
install: install-me
|
||||
|
||||
-include depend
|
||||
|
Reference in New Issue
Block a user