Changeset 427 for trunk/user/pgcd
- Timestamp:
- Jan 29, 2018, 6:06:11 PM (7 years ago)
- Location:
- trunk/user/pgcd
- Files:
-
- 2 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 -
trunk/user/pgcd/pgcd.c
r417 r427 16 16 int opx; 17 17 int opy; 18 char c; 18 19 19 20 printf( "*** Starting interactive pgcd ***\n\n" );
Note: See TracChangeset
for help on using the changeset viewer.