This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Restore build as the default make rule (
#2935
)
master
Ethan Koenig
Lauris BH
7 years ago
parent
6ee65757c7
commit
061f65ff29
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -55,11 +55,11 @@ else
endif
endif
endif
endif
include docker/Makefile
.PHONY: all
.PHONY: all
all: build
all: build
include docker/Makefile
.PHONY: clean
.PHONY: clean
clean:
clean:
$(GO) clean -i ./...
$(GO) clean -i ./...
Write
Preview
Loading…
Cancel
Save