mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 09:26:12 +00:00
9 lines
151 B
Makefile
Executable File
9 lines
151 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_CFLAGS_MAINT_APPEND = -std=gnu99
|
|
|
|
%:
|
|
dh $@ --with quilt
|