diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-04 21:31:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-04 21:31:59 +0300 |
| commit | 7cc838733848c58ea1c88fb477cfeefc941e3f32 (patch) | |
| tree | 9126a797f62ef69278ee9502c043b7e59e0f2fc1 /Makefile | |
| parent | bf993be4a04bc7279f7d49ae18f185e1dca36479 (diff) | |
| download | copyjit-7cc838733848c58ea1c88fb477cfeefc941e3f32.tar.gz copyjit-7cc838733848c58ea1c88fb477cfeefc941e3f32.zip | |
add compile_destroy as cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,9 +120,9 @@ libcopyjit.a: $(OBJS) # could probably make this a bit prettier .PHONY: clean clean: - @$(RM) -r build copyjit lib/gen/* lib/*.bin lib/*.d lib/empty lib/prune deps.mk + @$(RM) -r build lib/gen/* lib/*.bin lib/*.d lib/empty lib/prune deps.mk @$(RM) -r lib/*decls.h lib/*defns.h lib/ops.h lib/imm.h - @$(RM) tests/check + @$(RM) tests/check examples/copyjit libcopyjit.a .PHONY: clean_docs clean_docs: |
