about summary refs log tree commit diff stats
path: root/premake5.lua
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-08 00:32:31 -0400
committerCharadon <dev@iotib.net>2022-06-08 00:32:31 -0400
commit0855555e38a3ff6c702cd69cb760f2f2bb0912dd (patch)
tree904a9704347b056e9af70b4365f7a4f476c5641a /premake5.lua
parent73f8ca5389c3d2d777e1dc5d25cbb61501a07691 (diff)
downloadPong-C-0855555e38a3ff6c702cd69cb760f2f2bb0912dd.tar.gz
More efforts
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 01ac96d..e08c861 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -73,8 +73,10 @@ project("Pong")
             end
             if(AllGood == true)
             then
+                print("Found all dependencies!")
                 os.exit(0)
             end
+            print("Failed to find all needed dependencies.")
             os.exit(1)
         end
     }