mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add a tool to place data into the image an resize it
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
CC = gcc
|
||||
|
||||
all: injector fileadder
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
|
||||
injector: injector.c
|
||||
gcc $^ -o $@
|
||||
|
||||
fileadder: fileadder.c
|
||||
gcc $^ -o $@
|
||||
Reference in New Issue
Block a user