aboutsummaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:17 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:17 +0200
commitcea06fba6de344333365d7ee623ad30d152636a6 (patch)
treef546036c96bb16d50c6879d09e3a597a2b42b6b1 /tools/makefile
parent375322773f1961fe69699ac5691775235b0b39c5 (diff)
downloadpsn00bsdk-cea06fba6de344333365d7ee623ad30d152636a6.tar.gz
Migrated tools to CMake
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile12
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)