this makefile fu was useless
This commit is contained in:
parent
ee961fb487
commit
abdcbe845a
2 changed files with 1 additions and 3 deletions
|
@ -4,11 +4,10 @@ OBJ = main.o parse.o ssa.o live.o isel.o spill.o
|
|||
CFLAGS = -Wall -Wextra -std=c11 -g -pedantic
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
mv $@ $@.old 2>/dev/null || exit 0
|
||||
$(CC) $(LDFLAGS) $(OBJ) -o $@
|
||||
|
||||
$(OBJ): lisc.h
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(BIN) $(OBJ) *.old
|
||||
rm -f $(BIN) $(OBJ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue