mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-16 07:56:12 +00:00
Remove compress goal from Makefile
This commit is contained in:
@@ -23,14 +23,6 @@ install: build/stormfetch config/
|
|||||||
cp build/stormfetch $(DESTDIR)$(BINDIR)/stormfetch
|
cp build/stormfetch $(DESTDIR)$(BINDIR)/stormfetch
|
||||||
cp -r config/. $(DESTDIR)$(SYSCONFDIR)/stormfetch/
|
cp -r config/. $(DESTDIR)$(SYSCONFDIR)/stormfetch/
|
||||||
|
|
||||||
compress: build/stormfetch config/
|
|
||||||
mkdir -p stormfetch/$(BINDIR)
|
|
||||||
mkdir -p stormfetch/$(SYSCONFDIR)/stormfetch/
|
|
||||||
cp build/stormfetch stormfetch/$(BINDIR)/stormfetch
|
|
||||||
cp -r config/. stormfetch/$(SYSCONFDIR)/stormfetch/
|
|
||||||
tar --owner=root --group=root -czf stormfetch.tar.gz stormfetch
|
|
||||||
rm -r stormfetch
|
|
||||||
|
|
||||||
run: build/stormfetch
|
run: build/stormfetch
|
||||||
build/stormfetch
|
build/stormfetch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user