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