summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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