X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Clean%20System%20Files%2FMakefile;h=8a2abe63415b7d7571afab7f41a75aa2da38c518;hb=1cb510c49eb44e18f88c5efd646fe07f55d038c0;hp=15d9bfabb046ae8ae01f0f6c0f68584504f69a90;hpb=45b44a6423c29de73de77b39e1d7c6e309962844;p=CleanReadLine.git diff --git a/Clean System Files/Makefile b/Clean System Files/Makefile index 15d9bfa..8a2abe6 100644 --- a/Clean System Files/Makefile +++ b/Clean System Files/Makefile @@ -1,7 +1,8 @@ -CFLAGS=-Wall -pedantic -std=c99 -LDFLAGS=-lreadline +CFLAGS:=-Wall -pedantic -std=c99 +LDFLAGS:=-lreadline +OBJS:=readLine.o -all: readLine.o +all: $(OBJS) clean: - $(RM) -v readLine.o + $(RM) -v $(OBJS)