Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
added distclean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Krennmair committed Mar 18, 2009
1 parent 57ce8be commit 777e026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ $(TARGET): $(OBJS)
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $<

clean:
distclean clean:
$(RM) $(TARGET) $(OBJS)

install: $(TARGET)
Expand Down

0 comments on commit 777e026

Please sign in to comment.