Skip to content
Snippets Groups Projects
Commit 45c79dd2 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

better Test.mk makefile

parent e7600411
No related merge requests found
all:
setup:
ghc -cpp --make -i../.. Setup.lhs -o setup
clean:
rm -f setup a.out
rm -f setup a.out .setup-config
rm -rf ,tmp* dist
find . -name "*.o" |xargs rm -f
find . -name "*.hi" |xargs rm -f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment