We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727605b commit dd2c50eCopy full SHA for dd2c50e
Makefile
@@ -14,4 +14,7 @@ all: $(PROGS)
14
15
dro2play: $(OBJS)
16
$(CC) -o $@ $^ $(LIBS) $(LDFLAGS)
17
+clean:
18
+ rm -f *.o $(PROGS)
19
20
+.PHONY: all clean
0 commit comments