shut up the 'nothing to be done' message in this submake.

This commit is contained in:
david parsons
2022-05-13 23:48:51 -07:00
parent 57ef3dd3d2
commit 30ac4a5b1c
+2
View File
@@ -5,8 +5,10 @@ THINGS=flags
all: programs run
@:
programs: $(THINGS)
@:
flags: flags.c
$(BUILD) -I$(TOPDIR) -c flags.c