Skip to content

Commit 5028c4b

Browse files
committed
Revert "Create lib dir first"
This reverts commit 4543f46.
1 parent 4543f46 commit 5028c4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

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

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

2322
%.o: %.c

0 commit comments

Comments
 (0)