Compare commits
No commits in common. "72b2d854dfa738b2b51d193da18bbee94e4765b5" and "43cbd97e48a1a038d4be5554f88dc14482fe5c3d" have entirely different histories.
72b2d854df
...
43cbd97e48
3
Makefile
3
Makefile
@ -5,7 +5,6 @@ all:
|
|||||||
$(CC) -c external-tools.c -fPIC `pkg-config --cflags geany`
|
$(CC) -c external-tools.c -fPIC `pkg-config --cflags geany`
|
||||||
$(CC) external-tools.o -o external-tools.so -shared `pkg-config --libs geany`
|
$(CC) external-tools.o -o external-tools.so -shared `pkg-config --libs geany`
|
||||||
install:
|
install:
|
||||||
mkdir -p $(GEANY_PLUGIN_DIR)
|
cp external-tools.so $GEANY_PLUGIN_DIR
|
||||||
cp external-tools.so $(GEANY_PLUGIN_DIR)
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.so
|
rm -f *.o *.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user