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