dfetch/Makefile
Ari Archer 3976ce8d01
make install depend on main.c
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-03-02 23:53:24 +02:00

10 lines
103 B
Makefile

all: dfetch
dfetch: src/main.c
./build.sh
install: dfetch
./build.sh -i
uninstall:
./build.sh -u