compile easy files

This commit is contained in:
Simon Rieger 2016-12-18 02:05:13 +01:00 committed by GitHub
parent 08e81d5ff2
commit 2c6899c753

7
compile Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
#read -p "Wie heißt die datei die compiliert werden muss? : " file
gcc -Wall -g "$1".c -o $1 `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0`
./"$1"