Rev 3672 | Rev 3718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3672 | Rev 3699 | ||
---|---|---|---|
Line 85... | Line 85... | ||
85 | all: $(OUTPUT) $(OUTPUT).disasm |
85 | all: $(OUTPUT) $(OUTPUT).disasm |
86 | 86 | ||
87 | -include Makefile.depend |
87 | -include Makefile.depend |
88 | 88 | ||
89 | clean: |
89 | clean: |
90 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend |
90 | -rm -f $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm Makefile.depend $(OBJECTS) |
91 | 91 | ||
92 | depend: |
92 | depend: |
93 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
93 | $(CC) $(DEFS) $(CFLAGS) -M $(SOURCES) > Makefile.depend |
94 | 94 | ||
95 | $(OUTPUT): $(OBJECTS) $(LIBS) |
95 | $(OUTPUT): $(OBJECTS) $(LIBS) |