mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-03-19 11:34:37 +01:00
revert accidentally committed line
This commit is contained in:
parent
f3529b81f7
commit
48171abc61
|
|
@ -8,7 +8,8 @@ EXECUTABLE=ambed
|
|||
all: $(SOURCES) $(EXECUTABLE)
|
||||
|
||||
$(EXECUTABLE): $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) $(OBJECTS) -lftd2xx -I/usr/src/libftd2xx-x86_64-1.4.27 -Wl,-rpath,/usr/local/lib -lsystemd -o $@
|
||||
$(CC) $(LDFLAGS) $(OBJECTS) -lftd2xx -Wl,-rpath,/usr/local/lib -lsystemd -o $@
|
||||
|
||||
|
||||
.cpp.o:
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue