whoopsie daisy

This commit is contained in:
jacekpoz 2024-03-08 12:20:54 +01:00
parent 6f76651099
commit 6aff3e3706
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
gcc gcc
%c -std=c99 %c -std=c99
%h %h
-Iinclude
-Wall -Wall
-Wextra -Wextra
-Wpedantic -Wpedantic

View file

@ -1,4 +1,4 @@
#include "mod.h" #include <mod.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,4 +1,4 @@
#include "mod.h" #include <mod.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,4 +1,4 @@
#include "mod.h" #include <mod.h>
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>