summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-02-26 18:50:58 -0700
committerAaron Ball <nullspoon@iohq.net>2015-02-26 18:50:58 -0700
commit12c42ccac47f701c35c2367adbcd2875dd77b0b9 (patch)
tree45c00d25b5c2c227b1961873d87cd773cbfda7a7
parent046fb682f28b35a78d07e760f5d6ba7235b55f37 (diff)
downloadnoteless-12c42ccac47f701c35c2367adbcd2875dd77b0b9.tar.gz
noteless-12c42ccac47f701c35c2367adbcd2875dd77b0b9.tar.xz
Trivial makefile cleanup
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68e9503..0682b61 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ all:
$(cc) $(dbg) $(warnings) -std=$(std) -c src/config.c -o $(obj)config.o
$(cc) $(dbg) $(warnings) -std=$(std) -c src/note.c -o $(obj)note.o
$(cc) $(dbg) $(warnings) -std=$(std) -c src/note_list.c -o $(obj)note_list.o
- # $(cc) $(dbg) $(warnings) -std=$(std) src/main.c $(obj)*.o -o $(out)
$(cc) $(dbg) $(warnings) -std=$(std) src/main.c $(obj)/* -o $(out)
debug:

Generated by cgit