Implement pixels as RGBX structure.
- Add ‘make debug’ target - Add links in README
This commit is contained in:
parent
8175b8a06c
commit
cce4d45ba6
4 changed files with 73 additions and 53 deletions
3
Makefile
3
Makefile
|
@ -12,5 +12,8 @@ clean:
|
|||
run: all
|
||||
$(BUILD_DIR)/rotation $(IMG)
|
||||
|
||||
debug: all
|
||||
lldb $(BUILD_DIR)/rotation $(IMG)
|
||||
|
||||
cachegrind: all
|
||||
valgrind --tool=cachegrind $(BUILD_DIR)/rotation $(IMG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue