Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
wip-nofib wibbles
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaracha committed May 20, 2020
1 parent 86e7545 commit 6408ece
Showing 1 changed file with 15 additions and 44 deletions.
59 changes: 15 additions & 44 deletions asterius/nofib/Makefile
Original file line number Diff line number Diff line change
@@ -1,51 +1,22 @@

clean:
clean: clean-rts
$(RM) -fr ./*/*/*.hi
$(RM) -fr ./*/*/*.o
# $(RM) -fr ./*/*/*.ghc.stdout
# $(RM) -fr ./*/*/*.ahc.stdout
# $(RM) -fr ./*/*/*.ghc.stderr
# $(RM) -fr ./*/*/*.ahc.stderr
$(RM) -fr ./*/*/Main
$(RM) real/fulsom/Bah # Remove these separately
$(RM) real/compress/Lzw # Remove these separately
$(RM) real/maillist/runtime_files/fast.tex # God knows what this is
$(RM) real/maillist/runtime_files/norm.tex # God knows what this is
$(RM) real/maillist/runtime_files/slow.tex # God knows what this is
# node files
$(RM) -r */*/node
$(RM) */*/Main.mjs
$(RM) */*/Main.req.mjs
$(RM) */*/Main.wasm
$(RM) */*/Main.wasm.mjs
$(RM) */*/rts.autoapply.mjs
$(RM) */*/rts.bytestring.mjs
$(RM) */*/rts.closuretypes.mjs
$(RM) */*/rts.constants.mjs
$(RM) */*/rts.eventlog.mjs
$(RM) */*/rts.exception.mjs
$(RM) */*/rts.exports.mjs
$(RM) */*/rts.float.mjs
$(RM) */*/rts.fs.mjs
$(RM) */*/rts.funtypes.mjs
$(RM) */*/rts.gc.mjs
$(RM) */*/rts.heapalloc.mjs
$(RM) */*/rts.integer.mjs
$(RM) */*/rts.memory.mjs
$(RM) */*/rts.memorytrap.mjs
$(RM) */*/rts.messages.mjs
$(RM) */*/rts.mjs
$(RM) */*/rts.modulify.mjs
$(RM) */*/rts.node.mjs
$(RM) */*/rts.reentrancy.mjs
$(RM) */*/rts.scheduler.mjs
$(RM) */*/rts.stablename.mjs
$(RM) */*/rts.stableptr.mjs
$(RM) */*/rts.staticptr.mjs
$(RM) */*/rts.text.mjs
$(RM) */*/rts.time.mjs
$(RM) */*/rts.tracing.mjs
$(RM) */*/rts.unicode.mjs
$(RM) ./real/fulsom/Bah # Remove these separately
$(RM) ./real/compress/Lzw # Remove these separately
$(RM) ./real/maillist/runtime_files/fast.tex # Remove these separately
$(RM) ./real/maillist/runtime_files/norm.tex # Remove these separately
$(RM) ./real/maillist/runtime_files/slow.tex # Remove these separately
$(RM) -fr ./*/*/node
$(RM) ./*/*/Main.mjs
$(RM) ./*/*/Main.req.mjs
$(RM) ./*/*/Main.wasm
$(RM) ./*/*/Main.wasm.mjs

clean-rts:
$(RM) ./*/*/rts.mjs
$(RM) ./*/*/rts.*.mjs

clean-ghc: clean
$(RM) -fr ./*/*/*.ghc.stdout
Expand Down

0 comments on commit 6408ece

Please sign in to comment.