Archived
1
0

fix makefile clean target

This commit is contained in:
Jeff Becker 2017-09-26 09:37:44 -04:00
parent 713cec5f45
commit 2f86abe62b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -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)