DEKTEN

For_Heroseh_001_SH

Dec 30th, 2020 (edited)
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1.     ## SELF_URL: https://pastebin.com/edit/X9j69rJU           ##
  2.     ############################################################
  3.     gcc                                                        \
  4.         -x c                                                   \
  5.         -c "FDW.C11"                                           \
  6.         -o object_file.o                                       \
  7.                                                                \
  8.             -Werror                                            \
  9.             -Wfatal-errors                                     \
  10.             -Wpedantic                                         \
  11.             -Wall                                              \
  12.             -Wextra                                            \
  13.                                                                \
  14.             -fstrict-aliasing                                  \
  15.             -Wstrict-aliasing                                  \
  16.                                                                \
  17.             -std=c11                                           \
  18.             -m64 ###############################################
  19.                                     ####                    ####
  20.     gcc -o EXE.exe object_file.o    ####                    ####                
  21.     rm             object_file.o    ####                    ####    
  22.          ./EXE.exe                  ####                    ####
  23.     rm     EXE.exe                  ####                    ####
  24.                                     ####                    ####
  25.     read -p "[ENTER_TO_EXIT]:"      ####                    ####
  26.     ############################################################
Add Comment
Please, Sign In to add comment