Clean binaries

This commit is contained in:
David Schmenk 2014-04-29 14:48:05 -07:00
parent ffdc8732d9
commit 63d34c52bb

View File

@ -23,7 +23,7 @@ TXTTYPE = .TXT
all: $(PLASM) $(PLVM)
clean:
-rm *.o *~ *.a *.BIN
-rm *.o *~ *.a *.BIN $(PLASM) $(PLVM)
$(PLASM): $(OBJS) $(INCS)
cc $(OBJS) -o $(PLASM)