[Round 3] Revert multiple source change commits for re-commit.
This commit is contained in:
@@ -3,16 +3,10 @@ CC ?= gcc
|
||||
|
||||
SRCS = gbafix.c
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
EXE := .exe
|
||||
else
|
||||
EXE :=
|
||||
endif
|
||||
|
||||
all: gbafix$(EXE)
|
||||
all: gbafix
|
||||
@:
|
||||
|
||||
gbafix$(EXE): $(SRCS)
|
||||
gbafix: $(SRCS)
|
||||
$(CC) $(SRCS) -o $@ $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user