mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
make clean should also remove igate files
This commit is contained in:
parent
4feedb0592
commit
d54c9363aa
@ -194,7 +194,7 @@ all : $[all_targets]
|
||||
// The 'test' rule makes all the test_bin_targets.
|
||||
test : $[test_bin_targets]
|
||||
|
||||
clean :
|
||||
clean : clean-igate
|
||||
#if $[st_sources]
|
||||
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
||||
#endif
|
||||
|
@ -175,7 +175,7 @@ all : $[all_targets]
|
||||
// The 'test' rule makes all the test_bin_targets.
|
||||
test : $[test_bin_targets]
|
||||
|
||||
clean :
|
||||
clean : clean-igate
|
||||
#if $[st_sources]
|
||||
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user