]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Makefile
Use base64-bytestring instead of dataenc
[Lucu.git] / examples / Makefile
index 002f48177b9e72c6c5a9bf3548623ae3e93844dd..abd928eb482b505dc60b8a194b7d65d2e29192ba 100644 (file)
@@ -5,7 +5,6 @@ TARGETS = \
        ImplantedSmall \
        Multipart \
        SSL \
-       StaticDir \
        $(NULL)
 
 build: $(TARGETS)
@@ -17,11 +16,13 @@ run: build
        ./HelloWorld
 
 clean:
-       rm -f $(TARGETS) *.hi *.o
+       rm -f $(TARGETS) *.hi *.o MiseRafturai.hs SmallFile.hs
 
 MiseRafturai.hs: mise-rafturai.html
        lucu-implant-file -m MiseRafturai -o $@ $<
 
+ImplantedSmall.hs: SmallFile.hs
+
 SmallFile.hs: small-file.txt
        lucu-implant-file -m SmallFile -o $@ $<