mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
5 lines
146 B
Makefile
5 lines
146 B
Makefile
bin/menus: menus.c | bin
|
|
clang -std=c99 -O3 -F/System/Library/PrivateFrameworks/ -framework Carbon -framework SkyLight $< -o $@
|
|
|
|
bin:
|
|
mkdir bin
|