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