fix makefile clean target
This commit is contained in:
parent
713cec5f45
commit
2f86abe62b
4
Makefile
4
Makefile
@ -70,7 +70,9 @@ test-native:
|
||||
GOROOT=$(GOROOT) $(MAKE) -C $(NNTPCHAN_DAEMON_DIR) test
|
||||
|
||||
|
||||
clean: clean-js clean-srnd clean-beta clean-native
|
||||
clean: clean-js clean-srnd
|
||||
|
||||
clean-full: clean clean-beta clean-native
|
||||
|
||||
clean-srnd:
|
||||
rm -f $(SRND)
|
||||
|
Reference in New Issue
Block a user