Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit b1c99f1

Browse files
committed
Account for all .hs sources
1 parent 9a11832 commit b1c99f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Pugs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
INSTALLBIN = $(shell perl -MConfig -e 'print $$Config::Config{installbin}')
2+
SOURCES = $(shell find src -name *.hs)
23

34
pugs: dist/build/pugs/pugs
45
cp $< $@
56

6-
dist/build/pugs/pugs: dist/setup-config src/Pugs/*
7+
dist/build/pugs/pugs: dist/setup-config $(SOURCES)
78
cabal build
89

910
dist/setup-config:

0 commit comments

Comments
 (0)