Makefile

changeset 169
ecae87f5aaba
parent 165
92e1733243d5
equal deleted inserted replaced
168:873f6fec12f2 169:ecae87f5aaba
20 20
21 build: 21 build:
22 mkdir build 22 mkdir build
23 23
24 install: $(OUTPUT) 24 install: $(OUTPUT)
25 install -t $(BIN_DIR) -m 655 $^ 25 install -t $(BIN_DIR) -m 755 $^
26 26
27 clean: 27 clean:
28 rm $(OUTPUT) 28 rm $(OUTPUT)
29 29
30 test: 30 test:

mercurial