mkhl / nu fork watch download tarball
public
Fork of timburks/nu
Description: The Nu programming language. A clone of the official repository at http://code.neontology.com.
Homepage: http://programming.nu
Clone URL: git://github.com/mkhl/nu.git
Removed old debug output
maccheck (author)
Wed Apr 09 00:53:50 -0700 2008
commit  257fd3e3f4ad2e528bc9552c0782d8111d216a59
tree    b18ba18d5517a1f34d576a46e19689d928358c08
parent  491112b431ef1c578c8a25431247880c35f90301
...
81
82
83
84
85
86
87
88
...
81
82
83
 
 
84
85
86
0
@@ -81,8 +81,6 @@ all: mininush
0
 
0
 .PHONY: mininush
0
 mininush: $(GCC_OBJS)
0
- @echo "LDFLAGS: $(LDFLAGS)"
0
- @echo "INCLUDES: $(INCLUDES)"
0
   $(CC) $(GCC_OBJS) -g -O2 -o mininush $(LDFLAGS)
0
 
0
 .PHONY: clean

Comments

    No one has commented yet.