]> Git Repo - imx_flashconf.git/blobdiff - mk.sh
error checking
[imx_flashconf.git] / mk.sh
diff --git a/mk.sh b/mk.sh
index b7f71bc551f2d71e35a7113ab870190b19177d5f..3a0d800ceea82c8f0ff515d4dbfa50ffb2967eca 100755 (executable)
--- a/mk.sh
+++ b/mk.sh
@@ -1 +1,2 @@
-gcc *.c -o test
\ No newline at end of file
+#!/usr/bin/bash
+gcc -Wall imx-flashconf.c flash_confs.c -o imx-flashconf
This page took 0.024259 seconds and 4 git commands to generate.