minor changes (format + move class in stl package )
This commit is contained in:
@@ -7,6 +7,7 @@ $(OUT):
|
||||
mkdir -p $(OUT)
|
||||
|
||||
clean:
|
||||
@find $(PACKAGE_DIR) -name "*.class" -type f -print0|xargs -0 rm 2>/dev/null && echo "cleaned classes in source"
|
||||
@find $(OUT) -name "*.class" -type f -print0|xargs -0 rm 2>/dev/null || echo "nothing to clean"
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user