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 57... | Line 57... | ||
57 | all: $(OUTPUT) $(OUTPUT).disasm |
57 | all: $(OUTPUT) $(OUTPUT).disasm |
58 | 58 | ||
59 | -include Makefile.depend |
59 | -include Makefile.depend |
60 | 60 | ||
61 | clean: |
61 | clean: |
62 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend |
62 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend $(OBJECTS) |
63 | 63 | ||
64 | depend: |
64 | depend: |
65 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
65 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
66 | 66 | ||
67 | $(OUTPUT): $(OBJECTS) $(LIBS) |
67 | $(OUTPUT): $(OBJECTS) $(LIBS) |