summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cebd4eb..68e9503 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all:
$(cc) $(dbg) $(warnings) -std=$(std) -c src/common.c -o $(obj)common.o
# $(cc) $(dbg) $(warnings) -std=$(std) -c src/path.c -o $(obj)path.o
$(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.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)

Generated by cgit