Skeleton for getting full definition

This commit is contained in:
2018-05-27 15:52:18 +02:00
parent f6782b32f5
commit 2d76314eaf
5 changed files with 90 additions and 30 deletions

View File

@ -2,7 +2,7 @@ CC=ghc
ARGS=--make -dynamic
FILENAME=dictfr
all:
$(CC) $(ARGS) -o $(FILENAME) Main.hs Download.hs ParseHtml.hs
$(CC) $(ARGS) -o $(FILENAME) Main.hs Download.hs ParseHtml.hs WordDef.hs
clean:
rm -f *.o *.hi