diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-09-12 19:39:17 +0200 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-09-12 19:39:17 +0200 |
| commit | cea06fba6de344333365d7ee623ad30d152636a6 (patch) | |
| tree | f546036c96bb16d50c6879d09e3a597a2b42b6b1 /tools/makefile | |
| parent | 375322773f1961fe69699ac5691775235b0b39c5 (diff) | |
| download | psn00bsdk-cea06fba6de344333365d7ee623ad30d152636a6.tar.gz | |
Migrated tools to CMake
Diffstat (limited to 'tools/makefile')
| -rw-r--r-- | tools/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/makefile b/tools/makefile deleted file mode 100644 index aec452c..0000000 --- a/tools/makefile +++ /dev/null @@ -1,12 +0,0 @@ -TOPTARGETS = all install clean - -TOOLDIRS = lzpack smxlink util - -$(TOPTARGETS): $(TOOLDIRS) -$(TOOLDIRS): - $(MAKE) -C $@ $(MAKECMDGOALS) - -clean: $(LIBDIRS) - rm -Rf bin - -.PHONY: $(TOPTARGETS) $(TOOLDIRS) |
