Goofy-aah makefile syntax
This commit is contained in:
parent
35e44fa64f
commit
86c63253ad
9
Makefile
9
Makefile
@ -1,10 +1,9 @@
|
||||
all:
|
||||
g++ cowfetch.cpp -o cowfetch
|
||||
install:
|
||||
|
||||
install: all
|
||||
cp cowfetch /usr/local/bin/
|
||||
mkdir -p /etc/cowfetch
|
||||
if [ ! -f /etc/cowfetch/logo.ascii ]; then
|
||||
|
||||
cp logo.ascii /etc/cowfetch/logo.ascii
|
||||
if [ ! -f /etc/cowfetch/logo.ascii ]; then \
|
||||
cp logo.ascii /etc/cowfetch/logo.ascii; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user