Clean up python script

This commit is contained in:
jaburns
2020-10-19 13:03:51 -06:00
parent 06bc6e7503
commit baec38c80e
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ $(BUILD_DIR)/%.o: %.c
$(BIN_FILE): $(O_FILES)
$(CC) $(LDFLAGS) -o $@ $^
dist/include/libsm64.h: src/libsm64.h
$(LIB_H_FILE): src/libsm64.h
cp -f $< $@
all: $(BIN_FILE) $(LIB_H_FILE)