"clean" target

This commit is contained in:
Neale Pickett 2008-04-24 10:48:57 -06:00
parent 6c39cd126e
commit 45ebdf19b7
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ all: $(BINARIES)
install: $(BINARIES)
cp $(BINARIES) $(BINDIR)
clean:
rm -f $(BINARIES)
xss: LDLIBS += -lXss
.PHONY: all install
.PHONY: all install clean