Makefile fix, I hope

This commit is contained in:
Palanix 2021-06-10 20:01:22 +02:00
parent 588ecf3414
commit 3b05d24133

View file

@ -11,8 +11,8 @@ uninstall:
.PHONY: all clean install uninstall
config: | config.pre.h
config.h: | config.pre.h
cp config.pre.h $@
wayfetch: wayfetch.c
wayfetch: wayfetch.c config.h
gcc -o wayfetch wayfetch.c