aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-11-07 22:14:41 +0100
committerMattias Andrée <maandree@operamail.com>2012-11-07 22:14:41 +0100
commita1aed2eba016138c473ffb6a06239c4bdc0b0960 (patch)
tree5596984c385a9a7ceb8210914fffa15f14d3c892 /Makefile
parenttypo (diff)
downloadhungarian-algorithm-n3-a1aed2eba016138c473ffb6a06239c4bdc0b0960.tar.gz
hungarian-algorithm-n3-a1aed2eba016138c473ffb6a06239c4bdc0b0960.tar.bz2
hungarian-algorithm-n3-a1aed2eba016138c473ffb6a06239c4bdc0b0960.tar.xz
unrevert
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79c80f6..75eade0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- gcc -o "hungarian"{,.c}
+ gcc -g -o "hungarian"{,.c}
nodebug:
gcc -o "hungarian"{,.c}