Makepkg Push

This commit is contained in:
Јован Ђокић-Шумарац 2020-12-15 00:35:38 +01:00
parent bc8ea04111
commit 1c5597ba68

View file

@ -1,11 +1,11 @@
all: all:
gcc fetchy.c -o /usr/bin/fetchy gcc fetchy.c -o /bin/fetchy
clean: clean:
rm fetchy rm fetchy
install: install:
gcc fetchy.c -o /usr/bin/fetchy gcc fetchy.c -o /bin/fetchy
uninstall: uninstall:
rm /usr/bin/fetchy rm /bin/fetchy