aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f060d7..0552a4e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LDFLAGS =
all: hungarian
hungarian: hungarian.c
- gcc -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
+ $(CC) -o $@ hungarian.c $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
clean:
-rm -f -- hungarian