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:
gcc fetchy.c -o /usr/bin/fetchy
gcc fetchy.c -o /bin/fetchy
clean:
rm fetchy
install:
gcc fetchy.c -o /usr/bin/fetchy
gcc fetchy.c -o /bin/fetchy
uninstall:
rm /usr/bin/fetchy
rm /bin/fetchy