Changeset 427 for trunk/user/pgcd/Makefile
- Timestamp:
- Jan 29, 2018, 6:06:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/pgcd/Makefile
r417 r427 20 20 OBJS = pgcd.o \ 21 21 $(LIBS)/build/stdlib.o \ 22 $(LIBS)/build/nostdio.o \23 22 $(LIBS)/build/stdio.o \ 24 23 $(LIBS)/build/hal_user.o … … 46 45 $(DU) -D $@ > $@.txt 47 46 48 $(LIBS)/build/nostdio.o : $(LIBS)/nostdio.c $(LIBS)/nostdio.h49 $(CC) $(INCLUDES) $(CFLAGS) -c -o $@ $<50 $(DU) -D $@ > $@.txt51 52 47 clean: 53 48 rm -f *.o *.elf *.txt core $(LIBS)/build/*.o $(LIBS)/build/*.txt
Note: See TracChangeset
for help on using the changeset viewer.