Skip to content

Commit dd2c50e

Browse files
committed
Makefile: add clean target
1 parent 727605b commit dd2c50e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ all: $(PROGS)
1414

1515
dro2play: $(OBJS)
1616
$(CC) -o $@ $^ $(LIBS) $(LDFLAGS)
17+
clean:
18+
rm -f *.o $(PROGS)
1719

20+
.PHONY: all clean

0 commit comments

Comments
 (0)