mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Added code to the clean rule that deletes files placed in the source directory.
These files interfer with a second build attempt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a6530f91a
commit
3a56364f00
@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
|
||||
$(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c
|
||||
rm -f tmp sample.c
|
||||
|
@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
|
||||
$(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c
|
||||
$(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c
|
||||
rm -f tmp sample.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user