X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-tp.git;a=blobdiff_plain;f=rebuild%2FMakefile;fp=rebuild%2FMakefile;h=243c3e0a1cf85641d2c620e62ab3e5c753535da7;hp=792dfdac8af3679878a894586ab26f3b7498da04;hb=c74c5a87a9895e0b505c27f5d2c3ceb80ca144ea;hpb=720e45d801e7253f3619b2b2beee355606e03634 diff --git a/rebuild/Makefile b/rebuild/Makefile index 792dfda..243c3e0 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -1,14 +1,13 @@ .PHONY: clean all all: - make -C org.argeo.tp.utils all - + make -C org.argeo.tp.sys install: - make -C org.argeo.tp.utils install + make -C org.argeo.tp.sys install uninstall: - make -C org.argeo.tp.utils uninstall + make -C org.argeo.tp.sys uninstall clean: - make -C org.argeo.tp.utils clean + make -C org.argeo.tp.sys clean \ No newline at end of file