diff options
-rw-r--r-- | progs/demos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 8240b9fc47..1f796424c0 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -73,8 +73,9 @@ PROGS = \ ##### TARGETS ##### -default: readtex.o $(PROGS) +default: $(PROGS) +$(PROGS): readtex.o readtex.c: $(TOP)/progs/util/readtex.c cp $< . |