Skip to content

Commit 7377af3

Browse files
committed
Improved makefile
1 parent d69d99a commit 7377af3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,12 @@ $(BUILD):
5252
mkdir -p $@/debug
5353
mkdir -p $@/release
5454

55-
56-
.PHONY: tests
57-
tests:
58-
make -C Tests/ELF all
59-
make -C Tests/PE all
60-
6155
.PHONY: install
6256
install: release
57+
cp $(BIN)/$(TARGET).exe $(BIN)/$(TARGET)
6358
install -d $(PREFIX)/bin
6459
install -m 555 $(BIN)/$(TARGET) $(PREFIX)/bin
60+
rm $(BIN)/$(TARGET)
6561

6662
.PHONY: clean
6763
clean:

0 commit comments

Comments
 (0)