Update Makefile

This commit is contained in:
Luke Benstead 2020-01-01 14:13:34 +00:00
parent 3c9f352827
commit 56b8abd758

View File

@ -31,5 +31,6 @@ include $(KOS_BASE)/addons/Makefile.prefab
# creates the kos link to the headers # creates the kos link to the headers
create_kos_link: create_kos_link:
GL/version.h
rm -f ../include/GL rm -f ../include/GL
ln -s ../GLdc/include ../include/GL ln -s ../GLdc/include ../include/GL