Rev 3593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3593 | Rev 3742 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | all: $(OUTPUT) $(OUTPUT).disasm |
51 | all: $(OUTPUT) $(OUTPUT).disasm |
52 | 52 | ||
53 | -include Makefile.depend |
53 | -include Makefile.depend |
54 | 54 | ||
55 | clean: |
55 | clean: |
56 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend |
56 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend $(OBJECTS) |
57 | 57 | ||
58 | depend: |
58 | depend: |
59 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
59 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
60 | 60 | ||
61 | $(OUTPUT): $(OBJECTS) $(LIBS) |
61 | $(OUTPUT): $(OBJECTS) $(LIBS) |