Add simple parse html

This commit is contained in:
2018-05-01 15:13:49 +02:00
parent 7105cc28d2
commit e0f75fe5b8
3 changed files with 20 additions and 2 deletions

View File

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