diff options
author | Marvin Borner | 2020-07-22 16:32:32 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-22 16:32:32 +0200 |
commit | 5121d4bc820b39901461c759a8fbd57d3a8462e3 (patch) | |
tree | 467775459de88994df48bcaeaed9b39d7703a6e4 /apps | |
parent | 881a837adb930a0a3316ab57da95d46c1943f3f1 (diff) |
Switched to Makefile.
Kinda for the sake of minimalism
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/test.c b/apps/test.c deleted file mode 100644 index bce7343..0000000 --- a/apps/test.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - int a = 42 >> 6; - return a; -} |