X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=blackboard-dns.git;a=blobdiff_plain;f=data%2FGNUmakefile;fp=data%2FGNUmakefile;h=519c56fb17df6dc9c4eb3cd8ba83a1336aef8d5a;hp=0000000000000000000000000000000000000000;hb=f46e263327d20c700179b2d3a5896be82d3b4aca;hpb=23aa8a3221ebacf5891def22006b9850497437de diff --git a/data/GNUmakefile b/data/GNUmakefile new file mode 100644 index 0000000..519c56f --- /dev/null +++ b/data/GNUmakefile @@ -0,0 +1,17 @@ +GHC ?= ghc + +all: db-modules + +db-modules: GenDBModules + ./GenDBModules + +GenDBModules: GenDBModules.hs ../DDNS/DBInfo.hs + $(GHC) --make GenDBModules -i.. + +clean: + rm -f GenDBModules *.hi *.o + rm -f ../DDNS/DB.hs + rm -rf ../DDNS/DB + rm -f ../DDNS/*.hi ../DDNS/*.o + +.PHONY: all db-modules clean \ No newline at end of file