No more bin folder.

This commit is contained in:
Nicolás A. Ortega 2016-06-02 22:22:47 +02:00
parent 9733faf62b
commit 33fadf345c
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF

View File

@ -6,8 +6,7 @@ OBJ=src/MaxValue.o
$(AS) -o $@ $< $(AS) -o $@ $<
maxvalue: $(OBJ) maxvalue: $(OBJ)
mkdir bin/ $(LINKER) -o $@ $^
$(LINKER) -o bin/$@ $^
.PHONY: clean .PHONY: clean