diff options
Diffstat (limited to 'src/runtime/Makefile')
| -rw-r--r-- | src/runtime/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 8b80e3f01d..e3f15c836d 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -18,9 +18,9 @@ LIBOFILES=\ rt2_$(GOARCH).$O\ sys_$(GOARCH)_$(GOOS).$O\ runtime.$O\ - runtime_map.$O\ - runtime_print.$O\ - runtime_string.$O\ + map.$O\ + print.$O\ + string.$O\ sys_file.$O\ OFILES=$(RT0OFILES) $(LIBOFILES) @@ -38,6 +38,9 @@ $(LIB): $(LIBOFILES) $(OFILES): $(HFILES) +nuke: + rm -f *.$(O) *.a $(GOROOT)/lib/$(LIB) + clean: rm -f *.$(O) *.a |
