From 7c22f356a78b066d24b6988fb653f6b58b5ea487 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 15 Jul 2019 14:26:51 -0400 Subject: build: Simplify targets --- diff --git a/build b/build index 5531737..0956f6b 100755 --- a/build +++ b/build @@ -3,14 +3,10 @@ pkgdatadir = platconf-pkg-tools.data/usr/share/platconf-pkg-tools bindir = platconf-pkg-tools.data/usr/bin -nop: +nop build: @: -build: - @: - touch $@ - -install: build +install: install -D -m 0644 src/build.mk $(pkgdatadir)/build.mk install -D -m 0755 src/ppt-mkpkgs $(bindir)/ppt-mkpkgs install -D -m 0755 src/ppt-rmpkgs $(bindir)/ppt-rmpkgs -- cgit v0.9.1