Implement pixels as RGBX structure.

- Add ‘make debug’ target
- Add links in README
This commit is contained in:
Fabien Freling 2014-07-12 22:37:15 +02:00
parent 8175b8a06c
commit cce4d45ba6
4 changed files with 73 additions and 53 deletions

View file

@ -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)