mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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.
|
// The 'test' rule makes all the test_bin_targets.
|
||||||
test : $[test_bin_targets]
|
test : $[test_bin_targets]
|
||||||
|
|
||||||
clean :
|
clean : clean-igate
|
||||||
#if $[st_sources]
|
#if $[st_sources]
|
||||||
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
||||||
#endif
|
#endif
|
||||||
|
@ -175,7 +175,7 @@ all : $[all_targets]
|
|||||||
// The 'test' rule makes all the test_bin_targets.
|
// The 'test' rule makes all the test_bin_targets.
|
||||||
test : $[test_bin_targets]
|
test : $[test_bin_targets]
|
||||||
|
|
||||||
clean :
|
clean : clean-igate
|
||||||
#if $[st_sources]
|
#if $[st_sources]
|
||||||
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
$[TAB] rm -f $[patsubst %,$[%_obj],$[st_sources]]
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user