diff --git a/Makefile b/Makefile index 8a8ee46..7287b67 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ PREFIX ?= /usr/local +mycfetch.c: config.h defs.h +mycfetch: mycfetch.c + all: mycfetch install: mycfetch