Changeset 701 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- May 25, 2014, 5:35:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r662 r701 65 65 -ggdb \ 66 66 -mlong-calls \ 67 -O2 \ 67 68 -Werror 68 69 … … 89 90 all: $(TARGET) 90 91 91 92 $(BUILD_DIR)/version.o: $(BUILD_DIR) $(OBJS) version version.sh 92 93 $(ECHO) "[version.sh]" 93 94 ./version.sh > $(BUILD_DIR)/version.c
Note: See TracChangeset
for help on using the changeset viewer.