mirror of
https://github.com/Michaelangel007/hgr2rgbntsc.git
synced 2024-12-21 02:31:58 +00:00
Add OSX makefile
This commit is contained in:
parent
eb17b07d70
commit
1cfb4eb281
12
makefile.osx
Normal file
12
makefile.osx
Normal file
@ -0,0 +1,12 @@
|
||||
TARGET=bin/hgr2rgb.x
|
||||
all: $(TARGET)
|
||||
|
||||
C_FLAGS=-Wall -Wextra -Isrc
|
||||
|
||||
|
||||
clean:
|
||||
rm $(TARGET)
|
||||
|
||||
bin/hgr2rgb.x: src/main.cpp src/wsvideo.cpp src/wsvideo.h
|
||||
g++ -g $(C_FLAGS) $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user