Skip to content

Commit

Permalink
Reformat conversion table
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed Mar 12, 2024
1 parent 9edf5db commit a593381
Show file tree
Hide file tree
Showing 2 changed files with 3,139 additions and 25,093 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ example/sqlite3.o: example/sqlite3.c
gcc -c -o example/sqlite3.o example/sqlite3.c
example: all example/sqlite3.o $(BUILD_PATH)
$(CC) $(CCFLAGS) -o $(BUILD_PATH)/main example/main.cpp example/sqlite3.o $(OBJ_FILES)
amalgamate:
amalgamate: $(BUILD_PATH)
python3 scripts/amalgamate.py $(BUILD_PATH)/bms_parser.hpp $(SRC_FILES)
test_amalgamation: amalgamate example/sqlite3.o $(BUILD_PATH)
@cp $(BUILD_PATH)/bms_parser.hpp example/
Expand Down
Loading

0 comments on commit a593381

Please sign in to comment.