aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsappho <sappho@sappho.io>2023-07-14 01:55:26 -0400
committersappho <sappho@sappho.io>2023-07-14 01:55:26 -0400
commit95ac30070823bea03da6610db2b0684fd96e1f7e (patch)
tree7e2da9edf1ffba6a9d9cd3edcd7d0337d1b464d8 /Makefile
parent6e0de1be31d958156117e03e3326622cece1cea5 (diff)
add ci scripts, update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad1d13e..58a909a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@
# Makefile written by David "BAILOPAN" Anderson
#SMSDK = ../..
-SMSDK = ../alliedmodders/sourcemod
+SMSDK = ./sm-1.11
# SRCDS_BASE = ~/srcds
# MMSOURCE17 = ../../../mmsource-central
-MMSOURCE17 = ../alliedmodders/mmsource-1.12
+MMSOURCE17 = ./mm-1.11
#####################################
### EDIT BELOW FOR OTHER PROJECTS ###