diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |