And fix installation

This commit is contained in:
Don Stewart
2005-05-15 07:58:45 +00:00
parent 4cf08f20a3
commit 991c3391ed
4 changed files with 12 additions and 9 deletions

View File

@ -4,6 +4,8 @@ UPKG = Hi
CSRC = Language/$(UPKG)/hschooks.c
COBJ = Language/$(UPKG)/hschooks.o
PATHS = Language Language/$(UPKG)
ALL_SRCS=$(wildcard $(patsubst ./%, %, $(patsubst %, %/*.hs, Language Language/$(UPKG))))
TOP=../..