mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix makefile clean target
This commit is contained in:
@@ -70,7 +70,9 @@ test-native:
|
|||||||
GOROOT=$(GOROOT) $(MAKE) -C $(NNTPCHAN_DAEMON_DIR) test
|
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:
|
clean-srnd:
|
||||||
rm -f $(SRND)
|
rm -f $(SRND)
|
||||||
|
|||||||
Reference in New Issue
Block a user