diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-23 20:51:37 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-05 15:59:36 -0700 |
commit | 7abac74323e2566173ea586e9acadac1ebf59098 (patch) | |
tree | cefb6df5f0b3ac163058f85b12824463aeca2bfe /Makefile.in | |
parent | 9d7fd8b37f97265f37cc12026e535e953942a1ab (diff) | |
download | tmwa-7abac74323e2566173ea586e9acadac1ebf59098.tar.gz tmwa-7abac74323e2566173ea586e9acadac1ebf59098.tar.bz2 tmwa-7abac74323e2566173ea586e9acadac1ebf59098.tar.xz tmwa-7abac74323e2566173ea586e9acadac1ebf59098.zip |
Re-add some old make shortcuts
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3777000..9ca85d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -603,3 +603,7 @@ obj/%.tcc.formatted: src/%.tcc tools/indenter grep -q '^} // namespace tmwa$$' $< touch $@ .PHONY: format format-cpp format-hpp + +most: $(filter-out bin/tmwa-map,${BINARIES}) +magic: $(filter obj/map/magic%,${PDC_OBJECTS}) +common: $(filter-out %/lib.pdc.o %_test.pdc.o obj/login/% obj/char/% obj/map/% obj/admin/% obj/monitor/%,${PDC_OBJECTS}) |