Makepkg Push

This commit is contained in:
Јован Ђокић-Шумарац 2020-12-15 00:32:57 +01:00
parent 089d2131c8
commit bc8ea04111

View file

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