summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 14:26:51 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-15 14:26:51 (EDT)
commit7c22f356a78b066d24b6988fb653f6b58b5ea487 (patch)
treede42c14adef19567de50f8da7a6efb5e970a88df
parent8c2c2a8d5d89edd2c49da8c7c845cdc74fb47ec0 (diff)
build: Simplify targets
-rwxr-xr-xbuild8
1 files changed, 2 insertions, 6 deletions
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