mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
write todo comments
This commit is contained in:
2
makefile
2
makefile
@@ -6,6 +6,7 @@
|
||||
# - git bash (windows)
|
||||
NAME := mcaselector-lite
|
||||
|
||||
# TODO: use cargo instead of rustc, as then the Cargo.toml file is actually useful (and will help with linting)
|
||||
RUSTC := rustc
|
||||
|
||||
# C compiler options
|
||||
@@ -65,6 +66,7 @@ run: compile
|
||||
compile: compile_commands.json $(DIR) $(TARGET)
|
||||
clean:
|
||||
rm -rf bin/ obj/ compile_commands.json
|
||||
# TODO: write a structure for the unit tests in this
|
||||
|
||||
# create the binary (linking step)
|
||||
$(TARGET): $(C_OBJ) $(RS_OBJ)
|
||||
|
||||
Reference in New Issue
Block a user