Compare commits

..

No commits in common. "72b2d854dfa738b2b51d193da18bbee94e4765b5" and "43cbd97e48a1a038d4be5554f88dc14482fe5c3d" have entirely different histories.

View File

@ -5,7 +5,6 @@ all:
$(CC) -c external-tools.c -fPIC `pkg-config --cflags geany`
$(CC) external-tools.o -o external-tools.so -shared `pkg-config --libs geany`
install:
mkdir -p $(GEANY_PLUGIN_DIR)
cp external-tools.so $(GEANY_PLUGIN_DIR)
cp external-tools.so $GEANY_PLUGIN_DIR
clean:
rm -f *.o *.so