Skip to content

Commit 4543f46

Browse files
committed
Create lib dir first
1 parent 9b1fbf9 commit 4543f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ testfiles := $(wildcard tests/*.plt)
1717
all: $(TARGET)
1818

1919
$(TARGET): src/$(LIBNAME).o
20+
mkdir -p lib/x86_64-linux
2021
gcc $(LDFLAGS) -o $@ $<
2122

2223
%.o: %.c

0 commit comments

Comments
 (0)