URL
https://opencores.org/ocsvn/System09/System09/trunk
Subversion Repositories System09
Compare Revisions
- This comparison shows the changes necessary to convert path
/System09/trunk/Tools
- from Rev 125 to Rev 131
- ↔ Reverse comparison
Rev 125 → Rev 131
/as09/Makefile
13,6 → 13,6
gcc -I. -DWIN32 -o $@ as09.c |
|
clean: |
rm as09$(EXE_EXT) |
rm -f as09$(EXE_EXT) |
|
|