1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-07-01 16:05:17 -04:00

version 1.1.1

added “install” goal to makefile
This commit is contained in:
LX3JL 2016-01-02 16:02:58 +01:00
parent a87d35c18e
commit a05a387b35

View File

@ -15,3 +15,9 @@ $(EXECUTABLE): $(OBJECTS)
clean: clean:
rm *.o rm *.o
install:
mkdir -p /xlxd
cp ./xlxd /xlxd/
cp ../config/xlxd.blacklist /xlxd/
cp ../config/xlxd.whitelist /xlxd/