Browse Source

A lot of stuff changed, might even delete some in the future...

master
Ognjen Milan Robovic 6 months ago
parent
commit
e1b701f3e6
4 changed files with 10 additions and 2 deletions
  1. +7
    -0
      compile.sh
  2. +1
    -0
      install.sh
  3. +2
    -0
      xyntax.c
  4. +0
    -2
      xyntax.h

+ 7
- 0
compile.sh View File

@@ -0,0 +1,7 @@
#!/bin/bash

set -xe

gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -Ofast -c -o xyntax.o xyntax.c

exit

+ 1
- 0
install.sh View File

@@ -6,5 +6,6 @@ mkdir -p /usr/include/xolatile

cp xyntax.h /usr/include/xolatile/xyntax.h
cp xyntax.c /usr/include/xolatile/xyntax.c
cp xyntax.o /usr/include/xolatile/xyntax.o

exit

+ 2
- 0
xyntax.c View File

@@ -9,6 +9,8 @@ It is distributed in the hope that it will be useful or harmful, it really depen
#ifndef XYNTAX_SOURCE
#define XYNTAX_SOURCE

#include <xolatile/xtandard.c>

#include <xolatile/xyntax.h>

int syntax_count = 0;


+ 0
- 2
xyntax.h View File

@@ -9,8 +9,6 @@ It is distributed in the hope that it will be useful or harmful, it really depen
#ifndef XYNTAX_HEADER
#define XYNTAX_HEADER

#include <xolatile/xtandard.h>

extern int syntax_count;
extern int * syntax_enrange;
extern int * syntax_derange;


Loading…
Cancel
Save