diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ GOLDFLAGS = -L $(GOLIBDIR) .SUFFIXES: .go .a .c .o .bin .bin-check .c.o: - $(CC) $(iCFLAGS) -o $@ -c $< + $(CC) $(CFLAGS) -o $@ -c $< |
![]() |
index : golite | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -27,7 +27,7 @@ GOLDFLAGS = -L $(GOLIBDIR) .SUFFIXES: .go .a .c .o .bin .bin-check .c.o: - $(CC) $(iCFLAGS) -o $@ -c $< + $(CC) $(CFLAGS) -o $@ -c $< |