Skip to content

Commit

Permalink
Development
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 7, 2024
1 parent 8917f4b commit 554db08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ script.js:
mv sr9.wasm _site/sr9.wasm

sr9.wasm:
cd src
emcc sr9.c
emcc src/sr9.c
touch sr9.wasm
touch sr9.js
2 changes: 1 addition & 1 deletion src/sr9.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "proj.h"
#include "src/proj.h"
#include <stdio.h>

int main(void) {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"module": "es2015",
"lib": ["es2015", "dom"],
"strict": true,
Expand Down

0 comments on commit 554db08

Please sign in to comment.