diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-11-07 20:49:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-11-07 20:49:52 +0100 |
commit | 09c3aa4790f11d2ce93a875a24eb5f0f2433c38d (patch) | |
tree | 216bc3d828f2fb95f29f71302a34810e4d8cc6d2 /Makefile | |
parent | free allocated mojo (diff) | |
download | hungarian-algorithm-n3-09c3aa4790f11d2ce93a875a24eb5f0f2433c38d.tar.gz hungarian-algorithm-n3-09c3aa4790f11d2ce93a875a24eb5f0f2433c38d.tar.bz2 hungarian-algorithm-n3-09c3aa4790f11d2ce93a875a24eb5f0f2433c38d.tar.xz |
Revert "free allocated mojo"
This reverts commit cdc4eb058727e8491212b62ffbe5322952931c7a.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ all: - gcc -g -o "hungarian"{,.c} + gcc -o "hungarian"{,.c} test: ./"hungarian" |