10 lines
103 B
Makefile
10 lines
103 B
Makefile
all: dfetch
|
|
|
|
dfetch: src/main.c
|
|
./build.sh
|
|
|
|
install: dfetch
|
|
./build.sh -i
|
|
|
|
uninstall:
|
|
./build.sh -u
|