mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
Status report tweaks.
This commit is contained in:
parent
92e892c450
commit
0004fca318
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ fi
|
|||
# Set ibrary paths for darwin and termux(android)
|
||||
export DYLD_LIBRARY_PATH=$1/lib:$DYLD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH=$1/lib:$LD_LIBRARY_PATH
|
||||
rm -f *.o *.obj *.exe *.sym *.c *.h result
|
||||
rm -f *.o *.obj *.exe *.sym *.c *.h result new.asm
|
||||
|
||||
# Under gcc generate assembly source for source change test.
|
||||
# NOTE: The following CFLAGS causes the assembler to write source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue