aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2020-03-09 13:40:51 -0500
committerJordan Halase <jordan@halase.me>2020-03-09 13:40:51 -0500
commit760fb45fab539d3b228076f64c3d6480e9e57fd7 (patch)
tree3860c2b5023c82eadf3d27358679b218930e8478 /build.sh
First commitHEADmaster
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..167a946
--- /dev/null
+++ b/build.sh
@@ -0,0 +1 @@
+gcc -g main.c `pkg-config --cflags --libs python3` `pkg-config --cflags --libs gtk+-3.0` -o main