Created
June 24, 2016 06:07
-
-
Save waruqi/eb0d9a06ece7a125296dd94a2d217b97 to your computer and use it in GitHub Desktop.
A demo project file based on xmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- xmake: https://github.com/waruqi/xmake | |
-- define target | |
target("console") | |
-- set kind | |
set_kind("binary") | |
-- add files | |
add_files("src/*.c") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build: