mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
fix makefile
This commit is contained in:
parent
0bb7a2ea22
commit
0715d4a705
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ LFLAGS := $(shell pkg-config --libs glib-2.0)
|
|||
all: lake
|
||||
|
||||
lake: lake.o env.o int.o string.o sym.o parse.o bool.o list.o
|
||||
$(CC) $(CFLAGS) $(LFLAGS) $? -o $@
|
||||
$(CC) $(CFLAGS) $(LFLAGS) $^ -o $@
|
||||
|
||||
# use touch to prevent errors in case files do not exist
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in a new issue