Finished chapter 4.

This commit is contained in:
Michael Smith
2019-01-15 18:11:20 +01:00
parent 3f6c04cde4
commit 37f1a18d1d
4 changed files with 23 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
mkdir -p build
pushd build
rm -rf *
rm -rf sdl_platform.dSYM
# Plugin library
c++ -Wall -std=c++11 -c -fpic -g ../code/rt_weekend.cpp -o librt_weekend.o