diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-18 17:34:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-18 17:34:51 +0200 |
commit | 4335a620a364b70f06421b1698706a9dc3324a46 (patch) | |
tree | b7cecf621f9751a56faf77ddedc6fe0cb6f5fdbd /1/test/makefile | |
parent | bfb105b36e902ffc1aec9424a38245db693eea02 (diff) |
start writing test applications
Diffstat (limited to '1/test/makefile')
-rw-r--r-- | 1/test/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/1/test/makefile b/1/test/makefile new file mode 100644 index 0000000..3491973 --- /dev/null +++ b/1/test/makefile @@ -0,0 +1,2 @@ +main: main.o + |